SampleAnimationWidget

class SampleAnimationWidget : VerticalLayout {
AnimatedDrawable drawable;
DrawableRef drawableRef;
}

Members

Functions

animate
void animate(long interval)

animates window; interval is time left from previous draw, in hnsecs (1/10000000 of second)

Properties

animating
bool animating [@property getter]

returns true is widget is being animated - need to call animate() and redraw

backgroundDrawable
DrawableRef backgroundDrawable [@property getter]

background drawable

Meta